home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETANA.IN_ / netana.inf
Encoding:
Windows Setup INFormation  |  1999-10-19  |  7.6 KB  |  194 lines

  1. ; NETANA.INF
  2. ;
  3. ; Adaptec ANA-690xx PCI Fast Ethernet Adapter
  4. ; Adaptec ANA-620xx PCI Fast Ethernet Adapter
  5. ;
  6. ; Copyright 1994-1998, Adaptec, Inc.
  7. ; Copyright 1998, Microsoft, Inc.
  8.  
  9. [version]
  10. Signature  = "$Windows NT$"
  11. Class      = Net
  12. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  13. Provider   = %Msft%
  14. LayoutFile = layout.inf
  15. DriverVer=10/19/1999,5.4.2.0
  16.  
  17. [Manufacturer]
  18. %ADAPTEC%  = ADAPTEC
  19.  
  20. [ControlFlags]
  21. ExcludeFromSelect =     PCI\VEN_9004&DEV_6915&SUBSYS_80089004, \
  22.                         PCI\VEN_9004&DEV_6915&SUBSYS_80099004, \
  23.                         PCI\VEN_9004&DEV_6915&SUBSYS_80109004, \
  24.                         PCI\VEN_9004&DEV_6915&SUBSYS_80189004, \
  25.                         PCI\VEN_9004&DEV_6915&SUBSYS_80199004, \
  26.                         PCI\VEN_9004&DEV_6915&SUBSYS_00289004, \
  27.                         PCI\VEN_9004&DEV_6915&SUBSYS_00089004, \
  28.                         PCI\VEN_9004&DEV_6915&SUBSYS_00099004, \
  29.                         PCI\VEN_9004&DEV_6915&SUBSYS_00109004, \
  30.                         PCI\VEN_9004&DEV_6915&SUBSYS_00189004, \
  31.                         PCI\VEN_9004&DEV_6915&SUBSYS_00199004
  32.  
  33.                                                 
  34. [ADAPTEC]
  35. ; 32 bit 690XX cards
  36. %ANA69011TX.DeviceDesc%  = ana69011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_00289004 ; Single 10/100 Mb/s UTP Port
  37.  
  38. ; 32 bit 620XX cards
  39. %ANA62011TX.DeviceDesc%  = ana62011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_00089004 ; Single 10/100 Mb/s UTP Port
  40. %ANA62011TX.DeviceDesc%  = ana62011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_00099004 ; Single 10/100 Mb/s UTP Port
  41. %ANA62022.DeviceDesc%    = ana62022.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00109004 ; 2 each 10/100 Mb/s UTP Port
  42. %ANA62044.DeviceDesc%    = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00189004 ; 4 each 10/100 Mb/s UTP Port
  43. %ANA62044.DeviceDesc%    = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_00199004 ; 4 each 10/100 Mb/s UTP Port
  44.  
  45. ; 64 bit 620XX cards
  46. %ANA62011TX.DeviceDesc%  = ana62011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_80089004 ; Single 10/100 Mb/s UTP Port
  47. %ANA62011TX.DeviceDesc%  = ana62011tx.ndi,      PCI\VEN_9004&DEV_6915&SUBSYS_80099004 ; Single 10/100 Mb/s UTP Port
  48. %ANA62022.DeviceDesc%    = ana62022.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_80109004 ; 2 each 10/100 Mb/s UTP Port
  49. %ANA62044.DeviceDesc%    = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_80189004 ; 4 each 10/100 Mb/s UTP Port
  50. %ANA62044.DeviceDesc%    = ana62044.ndi,        PCI\VEN_9004&DEV_6915&SUBSYS_80199004 ; 4 each 10/100 Mb/s UTP Port
  51.  
  52.  
  53. ;-------------------------------------------------------------------------------
  54. ; Adaptec ANA-69011 32-bit PCI Fast Ethernet Adapter
  55. ;
  56. [ana69011tx.ndi]
  57. Characteristics = 0x84
  58. BusType         = 5
  59. AddReg          = 6915.params.reg, adptsf.reg
  60. CopyFiles       = adptsf.Copyfiles
  61.  
  62. [ana69011tx.ndi.Services]
  63. AddService      = ADPTSF, 2, adptsf.Service, adptsf.EventLog
  64.  
  65. ;-------------------------------------------------------------------------------
  66. ; Adaptec ANA-62011/TX 64-bit PCI Fast Ethernet Adapter
  67. ;
  68. [ana62011tx.ndi]
  69. Characteristics = 0x84
  70. BusType         = 5
  71. AddReg          = 6915.params.reg, adptsf.reg
  72. CopyFiles       = adptsf.Copyfiles
  73.  
  74. [ana62011tx.ndi.Services]
  75. AddService      = ADPTSF, 2, adptsf.Service, adptsf.EventLog
  76.  
  77. ;-------------------------------------------------------------------------------
  78. ; Adaptec ANA-62022 PCI Fast Ethernet Adapter
  79. ;
  80. [ana62022.ndi]
  81. Characteristics = 0x84
  82. BusType         = 5
  83. AddReg          = 6915.params.reg, adptsf.reg
  84. CopyFiles       = adptsf.Copyfiles
  85.  
  86. [ana62022.ndi.Services]
  87. AddService      = ADPTSF, 2, adptsf.Service, adptsf.EventLog
  88.  
  89. ;-------------------------------------------------------------------------------
  90. ; Adaptec ANA-62044 PCI Fast Ethernet Adapter
  91. ;
  92. [ana62044.ndi]
  93. Characteristics   = 0x84
  94. BusType           = 5
  95. AddReg            = 6915.params.reg, adptsf.reg
  96. CopyFiles         = adptsf.Copyfiles
  97. Port1DeviceNumber = 4
  98.  
  99. [ana62044.ndi.Services]
  100. AddService      = ADPTSF, 2, adptsf.Service, adptsf.EventLog
  101.  
  102.  
  103. ;-------------------------------------------------------------------------------
  104. ; 6915 common parameters
  105. ;
  106. [6915.params.reg]
  107. ;ReceiveBuffers
  108. HKR, Ndi\params\RxBuffers,                  ParamDesc,   0, %ReceiveBuffers%
  109. HKR, Ndi\params\RxBuffers,                  default,     0, "40"
  110. HKR, Ndi\params\RxBuffers,                  type,        0, "enum"
  111. HKR, Ndi\params\RxBuffers\enum,             10,          0, "16"
  112. HKR, Ndi\params\RxBuffers\enum,             20,          0, "32"
  113. HKR, Ndi\params\RxBuffers\enum,             40,          0, "64"
  114. HKR, Ndi\params\RxBuffers\enum,             80,          0, "128"
  115.  
  116. ;WriteInvalidateEnable
  117. HKR, Ndi\params\MemoryWriteInvalidate,      ParamDesc,   0, %WriteInvalidateEnable%
  118. HKR, Ndi\params\MemoryWriteInvalidate,      default,     0, "1"
  119. HKR, Ndi\params\MemoryWriteInvalidate,      type,        0, "enum"
  120. HKR, Ndi\params\MemoryWriteInvalidate\enum, 0,           0, "0"
  121. HKR, Ndi\params\MemoryWriteInvalidate\enum, 1,           0, "1"
  122.  
  123. ;Connection Type
  124. HKR, Ndi\params\ConnectionType,             ParamDesc,   0, %ConnectionType%
  125. HKR, Ndi\params\ConnectionType,             default,     0, "8"
  126. HKR, Ndi\params\ConnectionType,             type,        0, "enum"
  127. HKR, Ndi\params\ConnectionType\enum,        "8",         0, %auto%
  128. HKR, Ndi\params\ConnectionType\enum,        "3",         0, %10%
  129. HKR, Ndi\params\ConnectionType\enum,        "103",       0, %10FD%
  130. HKR, Ndi\params\ConnectionType\enum,        "0F",        0, %100%
  131. HKR, Ndi\params\ConnectionType\enum,        "10F",       0, %100FD%
  132.  
  133.  
  134. HKR, TxChecksumOffload, 0, 0, 0
  135. HKR, RxChecksumOffload, 0, 0, 0
  136.  
  137. ;-------------------------------------------------------------------------------
  138. ; ADPTSF Services and Driver
  139. ;
  140. [adptsf.reg]
  141. HKR, Ndi,            Service,     0, "ADPTSF"
  142. HKR, Ndi\Interfaces, LowerRange,  0, "ethernet"
  143. HKR, Ndi\Interfaces, UpperRange,  0, "ndis5"
  144. HKR, ,               MediaType,   0, "1"
  145. HKR, ,               AdapterType, 0, "5"
  146. HKR, ,               AdapterCFID, 0, "69159004"
  147.  
  148. [adptsf.Service]
  149. DisplayName     = %adptsf.Service.DispName%
  150. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  151. StartType       = 3 ;%SERVICE_DEMAND_START%
  152. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  153. ServiceBinary   = %12%\adptsf50.sys
  154. LoadOrderGroup  = NDIS
  155.  
  156. [adptsf.Copyfiles]
  157. adptsf50.sys,,,2
  158. ;gfp_rx.dat,,,2
  159. ;gfp_tx.dat,,,2
  160. ;wakeup.dat,,,2
  161.  
  162. [adptsf.EventLog]
  163. AddReg = adptsf.AddEventLog.reg
  164.  
  165. [adptsf.AddEventLog.reg]
  166. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  167. HKR, , TypesSupported,   0x00010001, 7
  168.  
  169. [DestinationDirs]
  170. adptsf.Copyfiles = 12
  171.  
  172. ;-------------------------------------------------------------------------------
  173. ; Localizable Strings
  174. ;
  175. [Strings]
  176. Msft                    = "Microsoft"
  177. ADAPTEC                 = "Adaptec, Inc."
  178.  
  179. WriteInvalidateEnable   = "Write Invalidate Enable"
  180. ConnectionType          = "Connection Type"
  181. ReceiveBuffers          = "Receive Buffers"
  182. auto                    = "Autodetect (Default)"   
  183. 10                      = "10 Mbps UTP/Half-Duplex"
  184. 10FD                    = "10 Mbps UTP/Full-Duplex"
  185. 100                     = "100 Mbps TX/Half-Duplex"
  186. 100FD                   = "100 Mbps TX/Full-Duplex"
  187.  
  188. ANA69011TX.DeviceDesc   = "Adaptec ANA69011 32-bit PCI Fast Ethernet Adapter"
  189. ANA62011TX.DeviceDesc   = "Adaptec ANA62011/TX 64-bit PCI Fast Ethernet Adapter"
  190. ANA62022.DeviceDesc     = "Adaptec ANA62022 64-bit 2 port PCI Fast Ethernet Adapter"
  191. ANA62044.DeviceDesc     = "Adaptec ANA62044 64-bit 4 port PCI Fast Ethernet Adapter"
  192.  
  193. adptsf.Service.DispName = "Adaptec DuraLAN PCI Ethernet/Fast Ethernet driver for Windows NT"
  194.